Release 10.1A: OpenEdge Development:
Java Open Clients


ProDataGraphMetaData class

OpenEdge provides a Java class, com.progress.open4gl.ProDataGraphMetaData, that allows you to specify and access the schema (meta data) for a ProDataGraph object. Before you can instantiate a ProDataGraph object, you must first define its meta data. You can derive the meta data from an existing Java SDO DataGraph or specify the meta data directly using a ProDataGraphMetaData object. For more information on instantiating ProDataGraph objects, see the "ProDataGraph class" section.

The ProDataGraphMetaData must contain one or more ProDataObjectMetaData objects to specify the meta data for one or more temp-tables (ProDataObject collections) defined for the ProDataGraph (see the "ProDataObjectMetaData class" section).

If the ProDataGraph contains more than one ProDataObjectMetaData object, the ProDataGraphMetaData can also contain zero or more ProDataRelationMetaData objects. A ProDataRelationMetaData object defines a relationship between a parent and child ProDataObject collection (see the "ProDataRelationMetaData class" section).

The com.progress.open4gl.ProDataGraphMetaData class contains the following constructor and methods.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095